home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / LZW < prev    next >
Text File  |  1994-08-16  |  867b  |  26 lines

  1.  
  2. lzw
  3.  
  4.         Lzw (Lempel-Ziv-Welch) is the data compression capability for
  5.         some ASCII-mode sockets.  At present, LZW compression is
  6.         supported by Jnos SMTP, FTP, NNTP and POP3.
  7.  
  8.  
  9.         lzw mode [ fast | compact]                       Default: compact
  10.  
  11.         Display or set the compression method used in data compression
  12.         for specific sockets.
  13.  
  14.  
  15.         lzw bits [<number>]                              Default: 9
  16.  
  17.         Display or set the number of bits used for the compression size.
  18.         The more bits defined the larger the table space needed.  Range
  19.         is 9 to 16.
  20.  
  21.         lzw trace [ on | off ]                           Default: off
  22.  
  23.         Display or set the lzw trace flag.  If set on, compression
  24.         statistics will be displayed on the console when a compressed
  25.         socket is closed.
  26.